home *** CD-ROM | disk | FTP | other *** search
/ Deutsche Edition 1 / Deutsche Edition 1.iso / amok / 081-090 / amok84 / reqtools_2.1d / glue.lha / Glue / SAS-C / src / rtReqHandler.asm < prev    next >
Assembly Source File  |  1993-02-11  |  219b  |  19 lines

  1.  
  2.     SECTION "code",CODE
  3.  
  4.     INCLUDE    "reqtools.i"
  5.  
  6.     XDEF    _rtReqHandler
  7.  
  8. _rtReqHandler:
  9.     move.l    a6,-(a7)
  10.     GETRTBASE
  11.     move.l    8(a7),a1
  12.     move.l    12(a7),d0
  13.     lea        16(a7),a0
  14.     jsr        _LVOrtReqHandlerA(a6)
  15.     move.l    (a7)+,a6
  16.     rts
  17.  
  18.    END
  19.